Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/no-unstable-dependencies #12

Merged
merged 4 commits into from
Jun 3, 2022
Merged

Conversation

C-Hess
Copy link
Collaborator

@C-Hess C-Hess commented Mar 26, 2022

Unstable dependencies should be avoided in React hook dependency arrays. This rule helps find dependencies that are used in React hook dependency arrays
that will change values every time the component render is called, such as when they are set to a new instance of an object, array, or function.

@C-Hess C-Hess changed the title Feature/no unstable dependencies Feature/no-unstable-dependencies Mar 26, 2022
@C-Hess C-Hess changed the title Feature/no-unstable-dependencies feature/no-unstable-dependencies Mar 26, 2022
@dan-drews
Copy link
Collaborator

LGTM

@C-Hess C-Hess merged commit 6e6b03a into main Jun 3, 2022
@C-Hess C-Hess deleted the feature/no-unstable-dependencies branch June 3, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants